home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Text / OzTeX 1.9 / PS-files / no-test-page.ps < prev    next >
Text File  |  1994-11-15  |  307b  |  12 lines

  1. %!
  2. % Turn off test page produced when LaserWriter starts up.
  3.  
  4. serverdict begin 0 exitserver
  5. statusdict begin
  6.    false setdostartpage    % change to true to restore test page
  7.    dostartpage
  8.    { (Test page will be printed.\r) print flush }
  9.    { (Test page will NOT be printed.\r) print flush }
  10.    ifelse
  11. end
  12.